home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 337
- Top = 262
- Width = 315
- Height = 196
- Caption = 'Simple Parser10 Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 81
- Height = 13
- Caption = 'Enter expression:'
- end
- object Label2: TLabel
- Left = 240
- Top = 8
- Width = 30
- Height = 13
- Caption = 'Result'
- end
- object Edit1: TEdit
- Left = 8
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 0
- Text = 'Sqrt(pi)*4+5-3/5'
- end
- object Edit2: TEdit
- Left = 232
- Top = 24
- Width = 65
- Height = 21
- TabOrder = 1
- end
- object Button1: TButton
- Left = 144
- Top = 24
- Width = 75
- Height = 25
- Caption = '&Calc!'
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 8
- Top = 64
- Width = 137
- Height = 25
- Caption = 'Define User functions'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 8
- Top = 128
- Width = 137
- Height = 25
- Caption = 'Define User Variable'
- TabOrder = 4
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 8
- Top = 96
- Width = 137
- Height = 25
- Caption = 'Remove User functions'
- TabOrder = 5
- OnClick = Button4Click
- end
- object Parser1: TParser
- Left = 176
- Top = 64
- end
- end
-